org.eclipse.team.ui.synchronize.actions
Class SyncInfoFilter
java.lang.Object
org.eclipse.team.ui.synchronize.actions.SyncInfoFilter
- Direct Known Subclasses:
- SyncInfoFilter.AutomergableFilter, SyncInfoFilter.CompoundSyncInfoFilter, SyncInfoFilter.PseudoConflictFilter, SyncInfoFilter.SyncInfoChangeTypeFilter, SyncInfoFilter.SyncInfoDirectionFilter
- public class SyncInfoFilter
- extends Object
A SyncInfoFilter can be used to control, at a fine grain, SyncInfo
instances in a SyncInfoSet.
- Since:
- 3.0
- See Also:
SyncInfoSet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyncInfoFilter
public SyncInfoFilter()
getDirectionAndChangeFilter
public static SyncInfoFilter getDirectionAndChangeFilter(int direction,
int change)
select
public boolean select(SyncInfo info)
- Return true if the provided SyncInfo matches the filter. The default
behavior it to include resources whose syncKind is non-zero.
- Parameters:
info
-
- Returns:
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.